home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_44875.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  58 lines

  1. -- card: 44875 from stack: in.0
  2. -- bmap block id: 38347
  3. -- flags: 0000
  4. -- background id: 43395
  5. -- name: DEBUGGING TOOLS
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=131 top=217 right=284 bottom=217
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual zoom out
  23.   go cd "messageWatcher" of stack "‚Ä¢HC 2.0-6"
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=247 top=217 right=284 bottom=337
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual zoom out
  44.   go cd "variableWatcher" of stack "‚Ä¢HC 2.0-6"
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part contents for background part 1
  51. ----- text -----
  52. There are two debugging tools added with HyperCard 2.0: the Message Watcher and the Variable Watcher. They are both implemented as external windows.
  53.  
  54. To see how these scripting tools look and to learn about them, click the buttons below.
  55.  
  56. -- part contents for background part 2
  57. ----- text -----
  58. DEBUGGING TOOLS